github.com/go-pg/pg/v10/orm.Table.tryRelationStruct (method)

2 uses

	github.com/go-pg/pg/v10/orm (current package)
		table.go#L584: 		return t.tryRelationStruct(field, pgTag)
		table.go#L1129: func (t *Table) tryRelationStruct(field *Field, pgTag *tagparser.Tag) bool {